SetStillCaptureModeCommand

MAVLink command which allows to set the still capture mode.

Constructors

Link copied to clipboard
constructor(@NonNull mode: SetStillCaptureModeCommand.Mode, interval: Double)
Constructor.

Types

Link copied to clipboard
enum Mode
Still capture mode.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getInterval(): Double
Retrieves the time-lapse interval in seconds (if mode is TIMELAPSE), or GPS-lapse interval in meters (if mode is GPSLAPSE).
Link copied to clipboard
Retrieves the still capture mode.
Link copied to clipboard
open fun hashCode(): Int